From f2e5cabe5896c4ffcd3cb14810666b81aa454185 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 1 Nov 2005 01:08:07 +0000 Subject: [PATCH] Don't use periods at end of help text for consistency. --- gpsbabel/cetus.c | 2 +- gpsbabel/coto.c | 4 ++-- gpsbabel/navicache.c | 2 +- gpsbabel/tiger.c | 22 +++++++++++----------- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/gpsbabel/cetus.c b/gpsbabel/cetus.c index 272037b6b..ca1bc49f8 100644 --- a/gpsbabel/cetus.c +++ b/gpsbabel/cetus.c @@ -149,7 +149,7 @@ static char *appendicon = NULL; static arglist_t cetus_args[] = { {"dbname", &dbname, "Database name", NULL, ARGTYPE_STRING }, - {"appendicon", &appendicon, "Append icon_descr to description.", + {"appendicon", &appendicon, "Append icon_descr to description", NULL, ARGTYPE_BOOL }, {0, 0, 0, 0 } }; diff --git a/gpsbabel/coto.c b/gpsbabel/coto.c index 1869aa2ed..76ac95b47 100644 --- a/gpsbabel/coto.c +++ b/gpsbabel/coto.c @@ -102,8 +102,8 @@ static char *internals = NULL; static arglist_t coto_args[] = { - {"zerocat", &zerocat, "Name of the 'unassigned' category.", NULL, ARGTYPE_STRING }, - {"internals", &internals, "Export some internal stuff to notes.", NULL, ARGTYPE_STRING | ARGTYPE_HIDDEN }, + {"zerocat", &zerocat, "Name of the 'unassigned' category", NULL, ARGTYPE_STRING }, + {"internals", &internals, "Export some internal stuff to notes", NULL, ARGTYPE_STRING | ARGTYPE_HIDDEN }, {0, 0, 0, 0, 0 } }; diff --git a/gpsbabel/navicache.c b/gpsbabel/navicache.c index 72ede63e6..74d8e0e4d 100644 --- a/gpsbabel/navicache.c +++ b/gpsbabel/navicache.c @@ -32,7 +32,7 @@ static char *noretired = NULL; static arglist_t nav_args[] = { - {"noretired", &noretired, "Suppress retired geocaches.", + {"noretired", &noretired, "Suppress retired geocaches", NULL, ARGTYPE_BOOL }, {0, 0, 0, 0, 0} }; diff --git a/gpsbabel/tiger.c b/gpsbabel/tiger.c index 50b3a70bc..9348d19ac 100644 --- a/gpsbabel/tiger.c +++ b/gpsbabel/tiger.c @@ -62,35 +62,35 @@ static char *clickmap = NULL; static arglist_t tiger_args[] = { - {"nolabels", &nolabels, "Suppress labels on generated pins.", + {"nolabels", &nolabels, "Suppress labels on generated pins", NULL, ARGTYPE_BOOL }, - {"genurl", &genurl, "Generate file with lat/lon for centering map.", + {"genurl", &genurl, "Generate file with lat/lon for centering map", NULL, ARGTYPE_OUTFILE }, - {"margin", &margin, "Margin for map. Degrees or percentage.", + {"margin", &margin, "Margin for map. Degrees or percentage", "15%", ARGTYPE_FLOAT}, - {"snlen", &snlen, "Max shortname length when used with -s.", + {"snlen", &snlen, "Max shortname length when used with -s", "10", ARGTYPE_INT, "1", NULL}, {"oldthresh", &oldthresh, - "Days after which points are considered old.", + "Days after which points are considered old", "14", ARGTYPE_INT}, - {"oldmarker", &oldmarker, "Marker type for old points.", + {"oldmarker", &oldmarker, "Marker type for old points", "redpin", ARGTYPE_STRING}, - {"newmarker", &newmarker, "Marker type for new points.", + {"newmarker", &newmarker, "Marker type for new points", "greenpin", ARGTYPE_STRING}, {"suppresswhite", &suppresswhite, "Suppress whitespace in generated shortnames", NULL, ARGTYPE_BOOL }, - {"unfoundmarker", &unfoundmarker, "Marker type for unfound points.", + {"unfoundmarker", &unfoundmarker, "Marker type for unfound points", "bluepin", ARGTYPE_STRING}, - {"xpixels", &xpixels, "Width in pixels of map.", + {"xpixels", &xpixels, "Width in pixels of map", "768", ARGTYPE_INT}, - {"ypixels", &ypixels, "Height in pixels of map.", + {"ypixels", &ypixels, "Height in pixels of map", "768", ARGTYPE_INT}, {"iconismarker", &iconismarker, "The icon description is already the marker", NULL, ARGTYPE_BOOL }, #if CLICKMAP - {"clickmap", &clickmap, "Generate Clickable map web page.", + {"clickmap", &clickmap, "Generate Clickable map web page", NULL, ARGTYPE_BOOL}, #endif {0, 0, 0, 0, 0} -- 2.30.2